Skip to content

NO-ISSUE: Remove orphan files#3460

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift-assisted:masterfrom
LiorSoffer:orphan
Apr 14, 2026
Merged

NO-ISSUE: Remove orphan files#3460
openshift-merge-bot[bot] merged 1 commit intoopenshift-assisted:masterfrom
LiorSoffer:orphan

Conversation

@LiorSoffer
Copy link
Copy Markdown
Contributor

@LiorSoffer LiorSoffer commented Mar 16, 2026

Summary by CodeRabbit

  • Style
    • Updated UI copy capitalization: "User-Managed Networking" → "User-Managed networking".
  • Removed
    • Removed an extra cluster detail card previously shown in cluster details.
  • Tests
    • Updated test and Cypress strings to match revised capitalization.
  • Linting
    • Added a writing/capitalization rule to enforce PatternFly sentence-case guidance for UI text.

@openshift-ci openshift-ci bot requested review from ElayAharoni and asmasarw March 16, 2026 14:52
@openshift-ci openshift-ci bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Mar 16, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 16, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 01ce4363-6ce0-424b-8d5d-2e34372fb215

📥 Commits

Reviewing files that changed from the base of the PR and between b3bca49 and cbb8c48.

📒 Files selected for processing (12)
  • .cursor/rules/patternfly-ux-capitalization.mdc
  • libs/locales/lib/en/translation.json
  • libs/ui-lib-tests/cypress/support/variables/networking.ts
  • libs/ui-lib/lib/common/components/clusterWizard/networkingSteps/ManagedNetworkingControlGroup.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewClusterDetailTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewNetworkingTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.test.ts
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/AssistedInstallerExtraDetailCard.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterProperties.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/index.ts
  • libs/ui-lib/lib/ocm/components/featureSupportLevels/featureStateUtils.ts
💤 Files with no reviewable changes (3)
  • libs/ui-lib/lib/ocm/components/clusterDetail/index.ts
  • libs/ui-lib/lib/ocm/components/clusterDetail/AssistedInstallerExtraDetailCard.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterProperties.tsx
✅ Files skipped from review due to trivial changes (7)
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewClusterDetailTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.test.ts
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewNetworkingTable.tsx
  • libs/ui-lib-tests/cypress/support/variables/networking.ts
  • libs/ui-lib/lib/common/components/clusterWizard/networkingSteps/ManagedNetworkingControlGroup.tsx
  • .cursor/rules/patternfly-ux-capitalization.mdc
  • libs/ui-lib/lib/ocm/components/featureSupportLevels/featureStateUtils.ts
🚧 Files skipped from review as they are similar to previous changes (2)
  • libs/locales/lib/en/translation.json
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.tsx

📝 Walkthrough

Walkthrough

Refactors cluster detail utilities by extracting helper functions into review/utils.tsx, updates imports across review components and tests, removes ClusterProperties.tsx and AssistedInstallerExtraDetailCard.tsx, standardizes "User-Managed networking" capitalization in translations and code, adds a PatternFly capitalization rule file.

Changes

Cohort / File(s) Summary
Utilities & Imports
libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.tsx, libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewClusterDetailTable.tsx, libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewNetworkingTable.tsx, libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.test.ts
Added getManagementType, getStackTypeLabel, and getDiskEncryptionEnabledOnStatus in review/utils.tsx; updated imports in review components and tests to use the new utils module.
Removed Components & Re-exports
libs/ui-lib/lib/ocm/components/clusterDetail/AssistedInstallerExtraDetailCard.tsx, libs/ui-lib/lib/ocm/components/clusterDetail/ClusterProperties.tsx, libs/ui-lib/lib/ocm/components/clusterDetail/index.ts
Deleted AssistedInstallerExtraDetailCard.tsx and ClusterProperties.tsx; removed the AssistedInstallerExtraDetailCard re-export from the clusterDetail index.
Localization & UI Text
libs/locales/lib/en/translation.json, libs/ui-lib/lib/common/components/clusterWizard/networkingSteps/ManagedNetworkingControlGroup.tsx, libs/ui-lib-tests/cypress/support/variables/networking.ts, libs/ui-lib/lib/ocm/components/featureSupportLevels/featureStateUtils.ts
Standardized capitalization: changed "User-Managed Networking" → "User-Managed networking" in translations, UI code, tests, and feature-state messages; removed ai:Cluster Details translation key.
Tooling / Writing Rules
.cursor/rules/patternfly-ux-capitalization.mdc
Added a new Cursor rule enforcing PatternFly sentence-case capitalization for UI copy in TSX/JSX files.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Suggested labels

lgtm, approved

Suggested reviewers

  • ElayAharoni
  • asmasarw
  • celdrake

Poem

🐰 I hopped through files, tidy and neat,
I moved the utils to a tidy seat,
Old cards retired, strings now align,
Caps calmed to sentence-case fine,
A little carrot for the clean-up feat 🥕

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'NO-ISSUE: Remove orphan files' accurately describes the main change: deletion of unused components, files, and reorganization of code into utility modules.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx (1)

5-19: Simplify helpers by returning expressions directly

Both helpers are correct, but removing temporary mutable variables will make the code shorter and easier to scan.

♻️ Proposed refactor
 export const getNetworkType = (clusterNetworkType: Cluster['networkType']): string => {
-  let networkType: string;
-  clusterNetworkType === NETWORK_TYPE_SDN
-    ? (networkType = 'Software-Defined Networking (SDN)')
-    : (networkType = 'Open Virtual Network (OVN)');
-  return networkType;
+  return clusterNetworkType === NETWORK_TYPE_SDN
+    ? 'Software-Defined Networking (SDN)'
+    : 'Open Virtual Network (OVN)';
 };
 
 export const getManagementType = ({ userManagedNetworking }: Cluster): string => {
-  let managementType: string;
-  userManagedNetworking
-    ? (managementType = 'User-Managed Networking')
-    : (managementType = 'Cluster-managed networking');
-  return managementType;
+  return userManagedNetworking ? 'User-Managed Networking' : 'Cluster-managed networking';
 };
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx`
around lines 5 - 19, Replace the temporary mutable variables in getNetworkType
and getManagementType with direct expression returns: for getNetworkType return
the ternary expression based on clusterNetworkType (comparing to
NETWORK_TYPE_SDN) instead of assigning to networkType, and for getManagementType
return the ternary expression based on the Cluster's userManagedNetworking
property instead of assigning to managementType; update only those functions
(getNetworkType, getManagementType) to return the expressions directly.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx`:
- Around line 5-19: Replace the temporary mutable variables in getNetworkType
and getManagementType with direct expression returns: for getNetworkType return
the ternary expression based on clusterNetworkType (comparing to
NETWORK_TYPE_SDN) instead of assigning to networkType, and for getManagementType
return the ternary expression based on the Cluster's userManagedNetworking
property instead of assigning to managementType; update only those functions
(getNetworkType, getManagementType) to return the expressions directly.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0bc004a3-8b16-416e-9e01-c87cca2c4a5c

📥 Commits

Reviewing files that changed from the base of the PR and between 55e173e and d203a9f.

📒 Files selected for processing (8)
  • libs/locales/lib/en/translation.json
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewClusterDetailTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewNetworkingTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/AssistedInstallerExtraDetailCard.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterProperties.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterPropertiesUtils.test.ts
  • libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/index.ts
💤 Files with no reviewable changes (4)
  • libs/ui-lib/lib/ocm/components/clusterDetail/index.ts
  • libs/locales/lib/en/translation.json
  • libs/ui-lib/lib/ocm/components/clusterDetail/AssistedInstallerExtraDetailCard.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterProperties.tsx
🚧 Files skipped from review as they are similar to previous changes (2)
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewNetworkingTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewClusterDetailTable.tsx

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (1)
libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx (1)

5-11: Consider simplifying to a direct ternary return.

The intermediate variable and assignment-in-ternary pattern is verbose. A direct return is cleaner and more idiomatic.

♻️ Suggested simplification
 export const getNetworkType = (clusterNetworkType: Cluster['networkType']): string => {
-  let networkType: string;
-  clusterNetworkType === NETWORK_TYPE_SDN
-    ? (networkType = 'Software-Defined Networking (SDN)')
-    : (networkType = 'Open Virtual Network (OVN)');
-  return networkType;
+  return clusterNetworkType === NETWORK_TYPE_SDN
+    ? 'Software-Defined Networking (SDN)'
+    : 'Open Virtual Network (OVN)';
 };
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx`
around lines 5 - 11, The function getNetworkType currently uses an intermediate
variable and assignment inside a ternary; simplify it to return the string
directly from the ternary expression using the Cluster['networkType'] parameter
and the NETWORK_TYPE_SDN constant (i.e., replace the variable +
ternary-assignment pattern with a single return clusterNetworkType ===
NETWORK_TYPE_SDN ? 'Software-Defined Networking (SDN)' : 'Open Virtual Network
(OVN)').
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx`:
- Around line 13-19: The getManagementType function returns inconsistent label
capitalization; update the two returned strings so they match (e.g., change
"Cluster-managed networking" to "Cluster-Managed Networking" to match
"User-Managed Networking") by editing the string literals in getManagementType
(which reads the Cluster.userManagedNetworking flag) so both labels use the same
title-case style.
- Around line 24-44: The getDiskEncryptionEnabledOnStatus function currently
only handles 'all', 'masters', and 'workers' and returns null for other
DiskEncryption['enableOn'] values; update this function to add switch cases for
'arbiters' (render "Enabled on arbiters"), 'masters,arbiters' (render "Enabled
on control plane nodes and arbiters"), 'masters,workers' (render "Enabled on
control plane nodes and workers"), and 'arbiters,workers' (render "Enabled on
arbiters and workers") so the disk encryption row is shown for those
combinations; use the existing JSX pattern (fragments and <br /> where needed)
within getDiskEncryptionEnabledOnStatus to match the current UI style.

---

Nitpick comments:
In `@libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx`:
- Around line 5-11: The function getNetworkType currently uses an intermediate
variable and assignment inside a ternary; simplify it to return the string
directly from the ternary expression using the Cluster['networkType'] parameter
and the NETWORK_TYPE_SDN constant (i.e., replace the variable +
ternary-assignment pattern with a single return clusterNetworkType ===
NETWORK_TYPE_SDN ? 'Software-Defined Networking (SDN)' : 'Open Virtual Network
(OVN)').

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: edda31f6-2b22-4bb6-ba88-075c3ec9b057

📥 Commits

Reviewing files that changed from the base of the PR and between d203a9f and fcc6ca7.

📒 Files selected for processing (8)
  • libs/locales/lib/en/translation.json
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewClusterDetailTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewNetworkingTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/AssistedInstallerExtraDetailCard.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterProperties.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterPropertiesUtils.test.ts
  • libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/index.ts
💤 Files with no reviewable changes (4)
  • libs/ui-lib/lib/ocm/components/clusterDetail/AssistedInstallerExtraDetailCard.tsx
  • libs/locales/lib/en/translation.json
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterProperties.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/index.ts
🚧 Files skipped from review as they are similar to previous changes (3)
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewClusterDetailTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewNetworkingTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterPropertiesUtils.test.ts

Comment thread libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx Outdated
Comment thread libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx Outdated
Comment thread libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx Outdated
Comment thread libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx Outdated
Comment thread libs/ui-lib/lib/ocm/components/clusterDetail/clusterPropertiesUtils.tsx Outdated
@jgyselov jgyselov changed the title Remove orphan files NO-ISSUE: Remove orphan files Mar 16, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 16, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@LiorSoffer: This pull request explicitly references no jira issue.

Details

In response to this:

Summary by CodeRabbit

  • Refactor

  • Cluster property helper functions were moved into a dedicated utility module and imports updated.

  • Chores

  • Removed an assisted-installer cluster detail card component.

  • Removed several public cluster-detail component exports.

  • Localization

  • Removed the English "Cluster Details" translation entry (may affect the UI label).

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.tsx (1)

17-54: 'all' disk-encryption label should include arbiters.

case 'all' currently renders only control plane + workers, but other branches treat arbiters as a distinct role. This can under-report coverage in the UI when arbiters exist.

Proposed alignment fix
-    case 'all':
-      diskEncryptionType = (
-        <>
-          Enabled on control plane nodes
-          <br />
-          Enabled on workers
-        </>
-      );
-      break;
+    case 'all':
+    case 'masters,arbiters,workers':
+      diskEncryptionType = (
+        <>
+          Enabled on control plane nodes
+          <br />
+          Enabled on arbiters
+          <br />
+          Enabled on workers
+        </>
+      );
+      break;
@@
-    case 'masters,arbiters,workers':
-      diskEncryptionType = (
-        <>
-          Enabled on control plane nodes
-          <br />
-          Enabled on arbiters
-          <br />
-          Enabled on workers
-        </>
-      );
-      break;
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.tsx` around
lines 17 - 54, The 'all' branch of the switch that sets diskEncryptionType only
mentions control plane nodes and workers and must also mention arbiters to match
other cases; update the switch case 'all' (variable diskEncryptionType) to
include "Enabled on arbiters" (with the same line-break formatting used in the
'masters,arbiters,workers' case) so the UI accurately reports disk encryption
for arbiters when all roles are selected.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.tsx`:
- Around line 17-54: The 'all' branch of the switch that sets diskEncryptionType
only mentions control plane nodes and workers and must also mention arbiters to
match other cases; update the switch case 'all' (variable diskEncryptionType) to
include "Enabled on arbiters" (with the same line-break formatting used in the
'masters,arbiters,workers' case) so the UI accurately reports disk encryption
for arbiters when all roles are selected.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b7498690-b074-4624-b424-974aee1cdbfb

📥 Commits

Reviewing files that changed from the base of the PR and between fcc6ca7 and b3bca49.

📒 Files selected for processing (12)
  • .cursor/rules/patternfly-ux-capitalization.mdc
  • libs/locales/lib/en/translation.json
  • libs/ui-lib-tests/cypress/support/variables/networking.ts
  • libs/ui-lib/lib/common/components/clusterWizard/networkingSteps/ManagedNetworkingControlGroup.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewClusterDetailTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewNetworkingTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.test.ts
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/AssistedInstallerExtraDetailCard.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterProperties.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/index.ts
  • libs/ui-lib/lib/ocm/components/featureSupportLevels/featureStateUtils.ts
💤 Files with no reviewable changes (3)
  • libs/ui-lib/lib/ocm/components/clusterDetail/index.ts
  • libs/ui-lib/lib/ocm/components/clusterDetail/AssistedInstallerExtraDetailCard.tsx
  • libs/ui-lib/lib/ocm/components/clusterDetail/ClusterProperties.tsx
✅ Files skipped from review due to trivial changes (7)
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewClusterDetailTable.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/utils.test.ts
  • libs/ui-lib-tests/cypress/support/variables/networking.ts
  • libs/ui-lib/lib/ocm/components/featureSupportLevels/featureStateUtils.ts
  • libs/ui-lib/lib/common/components/clusterWizard/networkingSteps/ManagedNetworkingControlGroup.tsx
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/review/ReviewNetworkingTable.tsx
  • .cursor/rules/patternfly-ux-capitalization.mdc
🚧 Files skipped from review as they are similar to previous changes (1)
  • libs/locales/lib/en/translation.json

Signed-off-by: Lior Soffer <liorsoffer1@gmail.com>
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 14, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 14, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jgyselov, LiorSoffer

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 14, 2026
@openshift-merge-bot openshift-merge-bot bot merged commit d900a25 into openshift-assisted:master Apr 14, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants